home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / sixpck10.zip / EZREAD.DOC < prev    next >
Text File  |  1994-03-04  |  2KB  |  65 lines

  1. Sorcerer Software                   EZread                        March, 1994
  2.  
  3. *****************************************************************************
  4.  
  5. EZread is a small, fast, text reading utility to be used at the DOS
  6. prompt (command line). It represents an extension of the DOS "type"*
  7. command, and offers greater flexibility and speed.
  8.  
  9. OPERATION:
  10.  
  11. Start EZread by typing at the command line (DOS prompt):
  12.  
  13.                                 EZread <Enter>
  14.  
  15. You will then be prompted to enter the path and name of your text file.
  16. You can also start EZread by typing the name of the file you wish to
  17. view on the command line after EZread, as follows:
  18.  
  19.                                 EZread C:\CONFIG.SYS
  20.  
  21. Once the text file is open for viewing, press <F1> if you need help. The
  22. help box displays your options:
  23.  
  24.                 <Home>  return to the beginning of the file
  25.                 <Space> next page
  26.                 <P>     print a file
  27.                 <L>     change LPT ports for printing
  28.                 <Tab>   start a new file
  29.                 <Enter> next page
  30.  
  31. You may also advance to the next page by pressing <Enter> or <Pg Dn>.
  32.                                                 
  33. As EZread was designed to help you work faster, you may find it helpful
  34. to rename EZREAD.COM to something shorter and easier to type. You could,
  35. for example, use the DOS "rename" command as follows:
  36.  
  37.                                 ren EZREAD.COM EZ.COM <Enter>
  38.  
  39. Now you can view a file by just typing:
  40.  
  41.                                 EZ [path\filename] <Enter>
  42.  
  43. LIMITATIONS
  44.  
  45. This file was written to be used with text files, such as those files that
  46. end in .txt, .doc, .prn, .asc, etc. EZread will display the contents of
  47. non-text files on the screen, but not in a text fashion; it will just
  48. display the underlying computer generated characters.
  49. We have not yet found any software incompatibilities. Please read the
  50. enclosed file "SIXPACK.DOC".
  51.  
  52. Thank you for supporting shareware!
  53.  
  54. William Kneeland
  55. Sorcerer Software
  56.  
  57.  
  58.                                                         page 2
  59.  
  60. *Why use this instead of the DOS "type" command? Because "type" just
  61. scrolls right through files; you must enter an additional command line
  62. parameter if you want it to pause. EZread not only pauses for you, it
  63. lets you start over, lets you print out the text file, and is much
  64. faster than "type".
  65.